Adwaita: correct background color for backdrop treeview column headers
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 15 Jul 2014 15:58:13 +0000 (17:58 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 15 Jul 2014 15:58:13 +0000 (17:58 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 1baa894d0181be9b686e5853c7d78c670eee5868..4617f7f1eab47d67d677908aa34e7021612b6d51 100644 (file)
@@ -919,6 +919,7 @@ column-header.button.dnd { // for treeview-like derive widgets
     border-width: 0 1px 1px 0;
     color: mix($backdrop_fg_color, $backdrop_bg_color,50%);
     background-image: none;
+    background-color: $backdrop_base_color;
     &:insensitive {
       border-color: $backdrop_bg_color;
       background-image: none;
index 09e75dab1e664cb34e80fb63d92287d6adaecf27..e92daa3096e35d400353d10e3302cb96ac0e4a84 100644 (file)
@@ -1083,7 +1083,8 @@ column-header .button, column-header .button:hover, column-header .button:active
     border-color: #393f3f;
     border-width: 0 1px 1px 0;
     color: #818584;
-    background-image: none; }
+    background-image: none;
+    background-color: #2c2c2c; }
     column-header .button:backdrop:insensitive {
       border-color: #393f3f;
       background-image: none; }
index 7db54bf7355b70e63a120b1437efcf5ed3529cd8..59ac51d2c98fea4c3682b2c13aa6d2948c6c2b3e 100644 (file)
@@ -1075,7 +1075,8 @@ column-header .button, column-header .button:hover, column-header .button:active
     border-color: #ededed;
     border-width: 0 1px 1px 0;
     color: #a0a3a3;
-    background-image: none; }
+    background-image: none;
+    background-color: #fcfcfc; }
     column-header .button:backdrop:insensitive {
       border-color: #ededed;
       background-image: none; }